nohup: ignoring input
Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads.
Loading weights:   0%|          | 0/398 [00:00<?, ?it/s]Loading weights: 100%|██████████| 398/398 [00:00<00:00, 16480.08it/s]
Loading weights:   0%|          | 0/103 [00:00<?, ?it/s]Loading weights: 100%|██████████| 103/103 [00:00<00:00, 17298.52it/s]
Loading weights:   0%|          | 0/398 [00:00<?, ?it/s]Loading weights: 100%|██████████| 398/398 [00:00<00:00, 14850.13it/s]
Loading weights:   0%|          | 0/103 [00:00<?, ?it/s]Loading weights: 100%|██████████| 103/103 [00:00<00:00, 14991.61it/s]
INFO:     Started server process [3326813]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://127.0.0.1:8002 (Press CTRL+C to quit)
INFO:     127.0.0.1:53904 - "GET /health HTTP/1.1" 200 OK
INFO:     127.0.0.1:59900 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787293959428-527305521.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787293959428-527305521.jpg?
INFO:     127.0.0.1:43618 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787293959428-527305521.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787293959428-527305521.jpg?
INFO:     127.0.0.1:44612 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787293959428-527305521.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787293959428-527305521.jpg?
INFO:     127.0.0.1:53166 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787293959428-527305521.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787293959428-527305521.jpg?
INFO:     127.0.0.1:45824 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787293959428-527305521.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787293959428-527305521.jpg?
INFO:     127.0.0.1:53070 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787293959428-527305521.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787293959428-527305521.jpg?
INFO:     127.0.0.1:51346 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787293959428-527305521.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787293959428-527305521.jpg?
INFO:     127.0.0.1:33218 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787293959428-527305521.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787293959428-527305521.jpg?
INFO:     127.0.0.1:39450 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787293959428-527305521.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787293959428-527305521.jpg?
INFO:     127.0.0.1:45246 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:43722 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787293959428-527305521.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787293959428-527305521.jpg?
INFO:     127.0.0.1:43738 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:33744 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787293959428-527305521.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787293959428-527305521.jpg?
INFO:     127.0.0.1:33758 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:49134 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:49136 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787293959428-527305521.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787293959428-527305521.jpg?
INFO:     127.0.0.1:42848 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787293959428-527305521.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787293959428-527305521.jpg?
INFO:     127.0.0.1:42832 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:42866 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:42852 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787293959428-527305521.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787293959428-527305521.jpg?
INFO:     127.0.0.1:36210 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:36216 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787293959428-527305521.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787293959428-527305521.jpg?
INFO:     127.0.0.1:60058 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:60684 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787293959428-527305521.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787293959428-527305521.jpg?
INFO:     127.0.0.1:60676 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:55942 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:37468 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787293959428-527305521.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787293959428-527305521.jpg?
INFO:     127.0.0.1:37482 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:60988 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:42578 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787293959428-527305521.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787293959428-527305521.jpg?
INFO:     127.0.0.1:42594 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:44602 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787293959428-527305521.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787293959428-527305521.jpg?
INFO:     127.0.0.1:44600 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:58568 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:37676 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:37674 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787293959428-527305521.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787293959428-527305521.jpg?
INFO:     127.0.0.1:37866 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787293959428-527305521.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787293959428-527305521.jpg?
INFO:     127.0.0.1:37850 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:48954 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:46206 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787293959428-527305521.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787293959428-527305521.jpg?
INFO:     127.0.0.1:46208 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:50138 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:42534 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:42546 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:55720 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:39222 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:44736 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:44740 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:43218 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:58214 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:58208 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:55804 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:55820 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:45178 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:42346 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:58008 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:32892 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:34630 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:34650 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:34638 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:34392 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:34400 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:34406 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:35006 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:51216 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:51212 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:51232 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:51218 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:57066 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:57078 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:57050 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:57082 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:55794 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:46944 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:39640 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:39668 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:39656 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:39664 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:50148 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:50156 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:46330 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:52334 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:55698 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317083382-866989037.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317083382-866989037.jpg?
INFO:     127.0.0.1:44578 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:49668 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:38352 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:38364 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:38336 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:38350 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:38370 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:38386 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:38390 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:38388 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:40600 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:35940 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:35972 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:35950 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:35962 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:34270 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:60728 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:58070 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:55204 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:55164 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:35536 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:35516 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:35514 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:35526 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:38096 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:38076 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:38090 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:38068 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787545458136-189824813.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787545458136-189824813.jpg?
INFO:     127.0.0.1:38112 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:55626 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:55624 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:55620 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787545458136-189824813.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787545458136-189824813.jpg?
INFO:     127.0.0.1:55636 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:55650 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:36014 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:36016 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:36006 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:35994 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787545458136-189824813.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787545458136-189824813.jpg?
INFO:     127.0.0.1:36026 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:51478 - "GET /health HTTP/1.1" 200 OK
INFO:     127.0.0.1:51732 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530126588-438139242.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530126588-438139242.jpg?
INFO:     127.0.0.1:42208 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530126588-438139242.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530126588-438139242.jpg?
INFO:     127.0.0.1:37984 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:37976 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:37982 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:37992 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:37962 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787545458136-189824813.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787545458136-189824813.jpg?
INFO:     127.0.0.1:53922 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:42884 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787545458136-189824813.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787545458136-189824813.jpg?
INFO:     127.0.0.1:37414 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509569264-593522509.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509569264-593522509.jpg?
INFO:     127.0.0.1:37416 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509653018-979225567.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509653018-979225567.jpg?
INFO:     127.0.0.1:37426 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510724978-271893673.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510724978-271893673.jpg?
INFO:     127.0.0.1:37442 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510939374-607507145.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510939374-607507145.jpg?
INFO:     127.0.0.1:37458 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511007918-507893243.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511007918-507893243.jpg?
INFO:     127.0.0.1:37464 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511036923-47821035.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511036923-47821035.jpg?
INFO:     127.0.0.1:37476 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511151231-414688575.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511151231-414688575.jpg?
INFO:     127.0.0.1:37482 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511162566-138272943.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511162566-138272943.jpg?
INFO:     127.0.0.1:37488 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511944554-976941811.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511944554-976941811.jpg?
INFO:     127.0.0.1:37490 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512248293-241649170.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512248293-241649170.jpg?
INFO:     127.0.0.1:37502 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512413679-835956982.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512413679-835956982.jpg?
INFO:     127.0.0.1:37506 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512529221-881905139.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512529221-881905139.jpg?
INFO:     127.0.0.1:37516 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512560262-30928281.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512560262-30928281.jpg?
INFO:     127.0.0.1:37530 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513803067-258075386.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513803067-258075386.jpg?
INFO:     127.0.0.1:37544 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513906078-95637611.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513906078-95637611.jpg?
INFO:     127.0.0.1:37548 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513959075-816858949.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513959075-816858949.jpg?
INFO:     127.0.0.1:37554 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786514141837-498864755.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786514141837-498864755.jpg?
INFO:     127.0.0.1:37560 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515594241-910563156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515594241-910563156.jpg?
INFO:     127.0.0.1:37570 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515685613-863010105.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515685613-863010105.jpg?
INFO:     127.0.0.1:37572 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516253431-22685595.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516253431-22685595.jpg?
INFO:     127.0.0.1:37582 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516415769-182164219.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516415769-182164219.jpg?
INFO:     127.0.0.1:37594 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520173239-340882086.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520173239-340882086.jpg?
INFO:     127.0.0.1:37596 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520780530-607008957.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520780530-607008957.jpg?
INFO:     127.0.0.1:37606 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786527868629-35798156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786527868629-35798156.jpg?
INFO:     127.0.0.1:37616 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786529687741-554471365.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786529687741-554471365.jpg?
INFO:     127.0.0.1:37624 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530126588-438139242.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530126588-438139242.jpg?
INFO:     127.0.0.1:37640 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530737196-356665513.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530737196-356665513.webp?
INFO:     127.0.0.1:37650 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530984590-900351382.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530984590-900351382.png?
INFO:     127.0.0.1:37662 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786531397440-879367103.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786531397440-879367103.jpg?
INFO:     127.0.0.1:37674 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786531761275-983969935.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786531761275-983969935.jpg?
INFO:     127.0.0.1:37690 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786532455241-587224054.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786532455241-587224054.jpg?
INFO:     127.0.0.1:37698 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786533569588-177266039.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1786533569588-177266039.png?
INFO:     127.0.0.1:37704 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786533854147-623366176.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786533854147-623366176.webp?
INFO:     127.0.0.1:37710 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786534079399-803350910.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786534079399-803350910.jpg?
INFO:     127.0.0.1:37722 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786534228861-122240917.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786534228861-122240917.jpg?
INFO:     127.0.0.1:37736 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786534786179-273847130.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786534786179-273847130.jpg?
INFO:     127.0.0.1:37738 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786534882015-868375167.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786534882015-868375167.jpg?
INFO:     127.0.0.1:37754 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786535007534-291627402.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786535007534-291627402.jpg?
INFO:     127.0.0.1:37758 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786535093810-287893483.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786535093810-287893483.jpg?
INFO:     127.0.0.1:37764 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786535358171-353672713.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786535358171-353672713.jpg?
INFO:     127.0.0.1:37780 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786535629178-756900480.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786535629178-756900480.jpg?
INFO:     127.0.0.1:37794 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786535782096-399714693.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786535782096-399714693.jpg?
INFO:     127.0.0.1:37806 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786535928651-968100899.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786535928651-968100899.jpg?
INFO:     127.0.0.1:37810 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786536770593-487723478.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786536770593-487723478.jpg?
INFO:     127.0.0.1:37826 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786536990121-959198136.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786536990121-959198136.jpg?
INFO:     127.0.0.1:37838 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786537281553-367051874.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786537281553-367051874.jpg?
INFO:     127.0.0.1:37840 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786537478067-516448171.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786537478067-516448171.jpg?
INFO:     127.0.0.1:37854 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786538020046-107080394.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786538020046-107080394.jpg?
INFO:     127.0.0.1:37866 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786538135242-496030896.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786538135242-496030896.jpg?
INFO:     127.0.0.1:37868 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786538455836-602553800.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786538455836-602553800.jpg?
INFO:     127.0.0.1:37872 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786538618705-326579397.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786538618705-326579397.jpg?
INFO:     127.0.0.1:37878 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786538747482-430389294.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786538747482-430389294.jpg?
INFO:     127.0.0.1:37890 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786539587515-19762392.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786539587515-19762392.jpg?
INFO:     127.0.0.1:37906 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786540666154-960446454.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786540666154-960446454.jpg?
INFO:     127.0.0.1:37910 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786540772986-608980716.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786540772986-608980716.jpg?
INFO:     127.0.0.1:37926 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786540773001-844219522.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786540773001-844219522.jpg?
INFO:     127.0.0.1:37938 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786540812470-430106974.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786540812470-430106974.jpg?
INFO:     127.0.0.1:37948 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787286146440-888373515.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787286146440-888373515.png?
INFO:     127.0.0.1:37960 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787286374823-254090086.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787286374823-254090086.png?
INFO:     127.0.0.1:37974 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787289759565-868267698.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787289759565-868267698.jpg?
INFO:     127.0.0.1:37982 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787290823821-547207492.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787290823821-547207492.jpg?
INFO:     127.0.0.1:37994 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316175501-646269150.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316175501-646269150.png?
INFO:     127.0.0.1:37996 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317083382-866989037.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317083382-866989037.jpg?
INFO:     127.0.0.1:38008 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787545536043-372075956.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787545536043-372075956.jpg?
INFO:     127.0.0.1:46570 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:46546 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787545458136-189824813.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787545458136-189824813.jpg?
INFO:     127.0.0.1:46560 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:46590 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:46582 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:33848 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512248293-241649170.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512248293-241649170.jpg?
INFO:     127.0.0.1:36788 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512248293-241649170.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512248293-241649170.jpg?
INFO:     127.0.0.1:58286 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512248293-241649170.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512248293-241649170.jpg?
INFO:     127.0.0.1:37194 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512248293-241649170.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512248293-241649170.jpg?
INFO:     127.0.0.1:56614 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512248293-241649170.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512248293-241649170.jpg?
INFO:     127.0.0.1:54580 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787545458136-189824813.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787545458136-189824813.jpg?
INFO:     127.0.0.1:54616 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:54602 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:54582 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:54592 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:54630 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512248293-241649170.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512248293-241649170.jpg?
INFO:     127.0.0.1:35306 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512248293-241649170.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512248293-241649170.jpg?
INFO:     127.0.0.1:33430 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:48848 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 30, in embed
    img = Image.open(BytesIO(response.content)).convert('RGB')
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/PIL/Image.py", line 3715, in open
    raise UnidentifiedImageError(msg)
PIL.UnidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x7fc558aa36f0>
INFO:     127.0.0.1:46538 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:46530 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:46550 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:46554 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787293959428-527305521.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787293959428-527305521.jpg?
INFO:     127.0.0.1:46526 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787545458136-189824813.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787545458136-189824813.jpg?
INFO:     127.0.0.1:46528 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:47018 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787545458136-189824813.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787545458136-189824813.jpg?
INFO:     127.0.0.1:41008 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 30, in embed
    img = Image.open(BytesIO(response.content)).convert('RGB')
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/PIL/Image.py", line 3715, in open
    raise UnidentifiedImageError(msg)
PIL.UnidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x7fc558a3c860>
INFO:     127.0.0.1:51490 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:51496 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511007918-507893243.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511007918-507893243.jpg?
INFO:     127.0.0.1:39146 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:39146 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509569264-593522509.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509569264-593522509.jpg?
INFO:     127.0.0.1:39160 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509653018-979225567.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509653018-979225567.jpg?
INFO:     127.0.0.1:39162 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510724978-271893673.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510724978-271893673.jpg?
INFO:     127.0.0.1:39166 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510939374-607507145.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510939374-607507145.jpg?
INFO:     127.0.0.1:39176 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511007918-507893243.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511007918-507893243.jpg?
INFO:     127.0.0.1:39182 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511036923-47821035.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511036923-47821035.jpg?
INFO:     127.0.0.1:39186 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511151231-414688575.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511151231-414688575.jpg?
INFO:     127.0.0.1:39188 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511162566-138272943.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511162566-138272943.jpg?
INFO:     127.0.0.1:39192 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 30, in embed
    img = Image.open(BytesIO(response.content)).convert('RGB')
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/PIL/Image.py", line 3715, in open
    raise UnidentifiedImageError(msg)
PIL.UnidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x7fc5581c3740>
INFO:     127.0.0.1:39206 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512413679-835956982.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512413679-835956982.jpg?
INFO:     127.0.0.1:39222 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512529221-881905139.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512529221-881905139.jpg?
INFO:     127.0.0.1:39226 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512560262-30928281.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512560262-30928281.jpg?
INFO:     127.0.0.1:39228 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513906078-95637611.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513906078-95637611.jpg?
INFO:     127.0.0.1:39230 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513959075-816858949.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513959075-816858949.jpg?
INFO:     127.0.0.1:39232 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786514141837-498864755.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786514141837-498864755.jpg?
INFO:     127.0.0.1:39236 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515594241-910563156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515594241-910563156.jpg?
INFO:     127.0.0.1:39240 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515685613-863010105.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515685613-863010105.jpg?
INFO:     127.0.0.1:39252 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516253431-22685595.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516253431-22685595.jpg?
INFO:     127.0.0.1:39260 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516415769-182164219.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516415769-182164219.jpg?
INFO:     127.0.0.1:39262 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520173239-340882086.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520173239-340882086.jpg?
INFO:     127.0.0.1:39278 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520780530-607008957.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520780530-607008957.jpg?
INFO:     127.0.0.1:39288 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786527868629-35798156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786527868629-35798156.jpg?
INFO:     127.0.0.1:39300 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786529687741-554471365.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786529687741-554471365.jpg?
INFO:     127.0.0.1:39310 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530126588-438139242.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530126588-438139242.jpg?
INFO:     127.0.0.1:39314 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530737196-356665513.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530737196-356665513.webp?
INFO:     127.0.0.1:39330 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787289759565-868267698.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787289759565-868267698.jpg?
INFO:     127.0.0.1:39344 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787290823821-547207492.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787290823821-547207492.jpg?
INFO:     127.0.0.1:46600 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510724978-271893673.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510724978-271893673.jpg?
INFO:     127.0.0.1:46602 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509569264-593522509.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509569264-593522509.jpg?
INFO:     127.0.0.1:46614 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509653018-979225567.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509653018-979225567.jpg?
INFO:     127.0.0.1:46620 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510724978-271893673.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510724978-271893673.jpg?
INFO:     127.0.0.1:46632 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510939374-607507145.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510939374-607507145.jpg?
INFO:     127.0.0.1:46646 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511007918-507893243.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511007918-507893243.jpg?
INFO:     127.0.0.1:46652 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511036923-47821035.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511036923-47821035.jpg?
INFO:     127.0.0.1:46654 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511151231-414688575.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511151231-414688575.jpg?
INFO:     127.0.0.1:46664 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511162566-138272943.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511162566-138272943.jpg?
INFO:     127.0.0.1:46672 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:46672 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512413679-835956982.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512413679-835956982.jpg?
INFO:     127.0.0.1:46674 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512529221-881905139.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512529221-881905139.jpg?
INFO:     127.0.0.1:46690 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512560262-30928281.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512560262-30928281.jpg?
INFO:     127.0.0.1:46692 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513906078-95637611.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513906078-95637611.jpg?
INFO:     127.0.0.1:46700 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513959075-816858949.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513959075-816858949.jpg?
INFO:     127.0.0.1:46706 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786514141837-498864755.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786514141837-498864755.jpg?
INFO:     127.0.0.1:46708 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515594241-910563156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515594241-910563156.jpg?
INFO:     127.0.0.1:46710 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515685613-863010105.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515685613-863010105.jpg?
INFO:     127.0.0.1:46724 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516253431-22685595.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516253431-22685595.jpg?
INFO:     127.0.0.1:46726 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516415769-182164219.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516415769-182164219.jpg?
INFO:     127.0.0.1:46732 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520173239-340882086.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520173239-340882086.jpg?
INFO:     127.0.0.1:46744 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520780530-607008957.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520780530-607008957.jpg?
INFO:     127.0.0.1:46758 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786527868629-35798156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786527868629-35798156.jpg?
INFO:     127.0.0.1:46772 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786529687741-554471365.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786529687741-554471365.jpg?
INFO:     127.0.0.1:46776 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530126588-438139242.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530126588-438139242.jpg?
INFO:     127.0.0.1:46792 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530737196-356665513.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530737196-356665513.webp?
INFO:     127.0.0.1:46798 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787289759565-868267698.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787289759565-868267698.jpg?
INFO:     127.0.0.1:46806 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787290823821-547207492.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787290823821-547207492.jpg?
INFO:     127.0.0.1:46816 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509569264-593522509.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509569264-593522509.jpg?
INFO:     127.0.0.1:46824 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509653018-979225567.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509653018-979225567.jpg?
INFO:     127.0.0.1:46826 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510724978-271893673.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510724978-271893673.jpg?
INFO:     127.0.0.1:46842 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510939374-607507145.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510939374-607507145.jpg?
INFO:     127.0.0.1:46844 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511007918-507893243.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511007918-507893243.jpg?
INFO:     127.0.0.1:46850 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511036923-47821035.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511036923-47821035.jpg?
INFO:     127.0.0.1:46856 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511151231-414688575.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511151231-414688575.jpg?
INFO:     127.0.0.1:46858 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511162566-138272943.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511162566-138272943.jpg?
INFO:     127.0.0.1:46874 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512413679-835956982.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512413679-835956982.jpg?
INFO:     127.0.0.1:46888 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512529221-881905139.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512529221-881905139.jpg?
INFO:     127.0.0.1:46896 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512560262-30928281.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512560262-30928281.jpg?
INFO:     127.0.0.1:46910 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513906078-95637611.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513906078-95637611.jpg?
INFO:     127.0.0.1:46926 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513959075-816858949.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513959075-816858949.jpg?
INFO:     127.0.0.1:46928 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786514141837-498864755.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786514141837-498864755.jpg?
INFO:     127.0.0.1:46940 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515594241-910563156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515594241-910563156.jpg?
INFO:     127.0.0.1:46946 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515685613-863010105.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515685613-863010105.jpg?
INFO:     127.0.0.1:46960 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516253431-22685595.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516253431-22685595.jpg?
INFO:     127.0.0.1:46966 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516415769-182164219.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516415769-182164219.jpg?
INFO:     127.0.0.1:46982 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520173239-340882086.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520173239-340882086.jpg?
INFO:     127.0.0.1:46984 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520780530-607008957.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520780530-607008957.jpg?
INFO:     127.0.0.1:46990 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786527868629-35798156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786527868629-35798156.jpg?
INFO:     127.0.0.1:47004 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786529687741-554471365.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786529687741-554471365.jpg?
INFO:     127.0.0.1:47020 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530126588-438139242.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530126588-438139242.jpg?
INFO:     127.0.0.1:47030 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530737196-356665513.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530737196-356665513.webp?
INFO:     127.0.0.1:47032 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787289759565-868267698.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787289759565-868267698.jpg?
INFO:     127.0.0.1:47034 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787290823821-547207492.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787290823821-547207492.jpg?
INFO:     127.0.0.1:52556 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509569264-593522509.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509569264-593522509.jpg?
INFO:     127.0.0.1:52572 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509653018-979225567.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509653018-979225567.jpg?
INFO:     127.0.0.1:52576 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510724978-271893673.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510724978-271893673.jpg?
INFO:     127.0.0.1:52592 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510939374-607507145.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510939374-607507145.jpg?
INFO:     127.0.0.1:52602 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511007918-507893243.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511007918-507893243.jpg?
INFO:     127.0.0.1:52608 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511036923-47821035.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511036923-47821035.jpg?
INFO:     127.0.0.1:52614 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511151231-414688575.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511151231-414688575.jpg?
INFO:     127.0.0.1:52622 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511162566-138272943.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511162566-138272943.jpg?
INFO:     127.0.0.1:52636 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512413679-835956982.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512413679-835956982.jpg?
INFO:     127.0.0.1:52640 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512529221-881905139.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512529221-881905139.jpg?
INFO:     127.0.0.1:52654 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512560262-30928281.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512560262-30928281.jpg?
INFO:     127.0.0.1:52660 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513803067-258075386.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513803067-258075386.jpg?
INFO:     127.0.0.1:52676 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513906078-95637611.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513906078-95637611.jpg?
INFO:     127.0.0.1:52682 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513959075-816858949.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513959075-816858949.jpg?
INFO:     127.0.0.1:52686 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786514141837-498864755.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786514141837-498864755.jpg?
INFO:     127.0.0.1:52700 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515594241-910563156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515594241-910563156.jpg?
INFO:     127.0.0.1:52708 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515685613-863010105.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515685613-863010105.jpg?
INFO:     127.0.0.1:52710 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516253431-22685595.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516253431-22685595.jpg?
INFO:     127.0.0.1:52718 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516415769-182164219.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516415769-182164219.jpg?
INFO:     127.0.0.1:52732 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520173239-340882086.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520173239-340882086.jpg?
INFO:     127.0.0.1:52746 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520780530-607008957.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520780530-607008957.jpg?
INFO:     127.0.0.1:52750 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786527868629-35798156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786527868629-35798156.jpg?
INFO:     127.0.0.1:52754 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786529687741-554471365.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786529687741-554471365.jpg?
INFO:     127.0.0.1:52758 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530126588-438139242.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530126588-438139242.jpg?
INFO:     127.0.0.1:52768 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530737196-356665513.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530737196-356665513.webp?
INFO:     127.0.0.1:52784 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530984590-900351382.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530984590-900351382.png?
INFO:     127.0.0.1:52788 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786531397440-879367103.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786531397440-879367103.jpg?
INFO:     127.0.0.1:52794 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786531761275-983969935.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786531761275-983969935.jpg?
INFO:     127.0.0.1:52802 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786532455241-587224054.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786532455241-587224054.jpg?
INFO:     127.0.0.1:52812 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786533569588-177266039.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1786533569588-177266039.png?
INFO:     127.0.0.1:52822 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786533854147-623366176.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786533854147-623366176.webp?
INFO:     127.0.0.1:52830 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786534079399-803350910.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786534079399-803350910.jpg?
INFO:     127.0.0.1:52834 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786534228861-122240917.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786534228861-122240917.jpg?
INFO:     127.0.0.1:52844 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786534786179-273847130.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786534786179-273847130.jpg?
INFO:     127.0.0.1:52858 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786534882015-868375167.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786534882015-868375167.jpg?
INFO:     127.0.0.1:52862 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786535007534-291627402.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786535007534-291627402.jpg?
INFO:     127.0.0.1:52872 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786535093810-287893483.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786535093810-287893483.jpg?
INFO:     127.0.0.1:52884 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786535358171-353672713.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786535358171-353672713.jpg?
INFO:     127.0.0.1:52886 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786535629178-756900480.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786535629178-756900480.jpg?
INFO:     127.0.0.1:52890 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786535782096-399714693.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786535782096-399714693.jpg?
INFO:     127.0.0.1:52894 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786535928651-968100899.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786535928651-968100899.jpg?
INFO:     127.0.0.1:52906 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786536770593-487723478.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786536770593-487723478.jpg?
INFO:     127.0.0.1:52920 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786536990121-959198136.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786536990121-959198136.jpg?
INFO:     127.0.0.1:52934 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786537281553-367051874.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786537281553-367051874.jpg?
INFO:     127.0.0.1:52938 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786537478067-516448171.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786537478067-516448171.jpg?
INFO:     127.0.0.1:52948 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786538020046-107080394.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786538020046-107080394.jpg?
INFO:     127.0.0.1:52964 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786538135242-496030896.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786538135242-496030896.jpg?
INFO:     127.0.0.1:52978 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786538455836-602553800.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786538455836-602553800.jpg?
INFO:     127.0.0.1:52984 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786538618705-326579397.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786538618705-326579397.jpg?
INFO:     127.0.0.1:52990 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786538747482-430389294.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786538747482-430389294.jpg?
INFO:     127.0.0.1:53002 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786539587515-19762392.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786539587515-19762392.jpg?
INFO:     127.0.0.1:53014 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786540666154-960446454.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786540666154-960446454.jpg?
INFO:     127.0.0.1:53030 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786540772986-608980716.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786540772986-608980716.jpg?
INFO:     127.0.0.1:53042 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786540773001-844219522.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786540773001-844219522.jpg?
INFO:     127.0.0.1:53048 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786540812470-430106974.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786540812470-430106974.jpg?
INFO:     127.0.0.1:53054 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787286146440-888373515.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787286146440-888373515.png?
INFO:     127.0.0.1:53066 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787286374823-254090086.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787286374823-254090086.png?
INFO:     127.0.0.1:53070 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787289759565-868267698.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787289759565-868267698.jpg?
INFO:     127.0.0.1:53072 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787290823821-547207492.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787290823821-547207492.jpg?
INFO:     127.0.0.1:53088 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316175501-646269150.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316175501-646269150.png?
INFO:     127.0.0.1:53094 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317083382-866989037.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317083382-866989037.jpg?
INFO:     127.0.0.1:53102 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787545536043-372075956.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787545536043-372075956.jpg?
INFO:     127.0.0.1:48238 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509569264-593522509.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509569264-593522509.jpg?
INFO:     127.0.0.1:48242 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509653018-979225567.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509653018-979225567.jpg?
INFO:     127.0.0.1:48256 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510724978-271893673.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510724978-271893673.jpg?
INFO:     127.0.0.1:48268 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510939374-607507145.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510939374-607507145.jpg?
INFO:     127.0.0.1:48272 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511007918-507893243.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511007918-507893243.jpg?
INFO:     127.0.0.1:48276 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511036923-47821035.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511036923-47821035.jpg?
INFO:     127.0.0.1:48280 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511151231-414688575.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511151231-414688575.jpg?
INFO:     127.0.0.1:48288 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511162566-138272943.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511162566-138272943.jpg?
INFO:     127.0.0.1:48292 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512413679-835956982.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512413679-835956982.jpg?
INFO:     127.0.0.1:48296 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512529221-881905139.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512529221-881905139.jpg?
INFO:     127.0.0.1:48298 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512560262-30928281.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512560262-30928281.jpg?
INFO:     127.0.0.1:48306 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513803067-258075386.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513803067-258075386.jpg?
INFO:     127.0.0.1:48312 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513906078-95637611.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513906078-95637611.jpg?
INFO:     127.0.0.1:48322 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513959075-816858949.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513959075-816858949.jpg?
INFO:     127.0.0.1:48326 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786514141837-498864755.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786514141837-498864755.jpg?
INFO:     127.0.0.1:48338 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515594241-910563156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515594241-910563156.jpg?
INFO:     127.0.0.1:48350 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515685613-863010105.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515685613-863010105.jpg?
INFO:     127.0.0.1:48354 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516253431-22685595.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516253431-22685595.jpg?
INFO:     127.0.0.1:48358 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516415769-182164219.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516415769-182164219.jpg?
INFO:     127.0.0.1:48366 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520173239-340882086.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520173239-340882086.jpg?
INFO:     127.0.0.1:48380 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520780530-607008957.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520780530-607008957.jpg?
INFO:     127.0.0.1:48386 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786527868629-35798156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786527868629-35798156.jpg?
INFO:     127.0.0.1:48390 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786529687741-554471365.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786529687741-554471365.jpg?
INFO:     127.0.0.1:48402 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530126588-438139242.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530126588-438139242.jpg?
INFO:     127.0.0.1:48408 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530737196-356665513.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530737196-356665513.webp?
INFO:     127.0.0.1:48422 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530984590-900351382.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530984590-900351382.png?
INFO:     127.0.0.1:48424 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786531397440-879367103.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786531397440-879367103.jpg?
INFO:     127.0.0.1:48438 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786531761275-983969935.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786531761275-983969935.jpg?
INFO:     127.0.0.1:48444 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786532455241-587224054.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786532455241-587224054.jpg?
INFO:     127.0.0.1:48458 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786533569588-177266039.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1786533569588-177266039.png?
INFO:     127.0.0.1:48474 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786533854147-623366176.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786533854147-623366176.webp?
INFO:     127.0.0.1:48482 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786534079399-803350910.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786534079399-803350910.jpg?
INFO:     127.0.0.1:48484 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786534228861-122240917.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786534228861-122240917.jpg?
INFO:     127.0.0.1:48490 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786534786179-273847130.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786534786179-273847130.jpg?
INFO:     127.0.0.1:48502 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786534882015-868375167.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786534882015-868375167.jpg?
INFO:     127.0.0.1:48504 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786535007534-291627402.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786535007534-291627402.jpg?
INFO:     127.0.0.1:48512 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786535093810-287893483.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786535093810-287893483.jpg?
INFO:     127.0.0.1:48522 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786535358171-353672713.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786535358171-353672713.jpg?
INFO:     127.0.0.1:48526 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786535629178-756900480.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786535629178-756900480.jpg?
INFO:     127.0.0.1:48534 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786535782096-399714693.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786535782096-399714693.jpg?
INFO:     127.0.0.1:48544 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786535928651-968100899.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786535928651-968100899.jpg?
INFO:     127.0.0.1:48550 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786536770593-487723478.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786536770593-487723478.jpg?
INFO:     127.0.0.1:48552 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786536990121-959198136.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786536990121-959198136.jpg?
INFO:     127.0.0.1:48566 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786537281553-367051874.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786537281553-367051874.jpg?
INFO:     127.0.0.1:48576 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786537478067-516448171.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786537478067-516448171.jpg?
INFO:     127.0.0.1:48580 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786538020046-107080394.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786538020046-107080394.jpg?
INFO:     127.0.0.1:48592 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786538135242-496030896.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786538135242-496030896.jpg?
INFO:     127.0.0.1:48600 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786538455836-602553800.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786538455836-602553800.jpg?
INFO:     127.0.0.1:48602 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786538618705-326579397.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786538618705-326579397.jpg?
INFO:     127.0.0.1:48618 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786538747482-430389294.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786538747482-430389294.jpg?
INFO:     127.0.0.1:48634 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786539587515-19762392.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786539587515-19762392.jpg?
INFO:     127.0.0.1:48638 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786540666154-960446454.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786540666154-960446454.jpg?
INFO:     127.0.0.1:48648 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786540772986-608980716.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786540772986-608980716.jpg?
INFO:     127.0.0.1:48658 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786540773001-844219522.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786540773001-844219522.jpg?
INFO:     127.0.0.1:48660 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786540812470-430106974.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786540812470-430106974.jpg?
INFO:     127.0.0.1:48670 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787286146440-888373515.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787286146440-888373515.png?
INFO:     127.0.0.1:48672 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787286374823-254090086.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787286374823-254090086.png?
INFO:     127.0.0.1:48674 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787289759565-868267698.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787289759565-868267698.jpg?
INFO:     127.0.0.1:48684 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787290823821-547207492.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787290823821-547207492.jpg?
INFO:     127.0.0.1:48690 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316175501-646269150.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316175501-646269150.png?
INFO:     127.0.0.1:48706 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317083382-866989037.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317083382-866989037.jpg?
INFO:     127.0.0.1:48710 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787545536043-372075956.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787545536043-372075956.jpg?
INFO:     127.0.0.1:37530 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509569264-593522509.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509569264-593522509.jpg?
INFO:     127.0.0.1:37546 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509653018-979225567.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509653018-979225567.jpg?
INFO:     127.0.0.1:37558 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510724978-271893673.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510724978-271893673.jpg?
INFO:     127.0.0.1:37570 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510939374-607507145.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510939374-607507145.jpg?
INFO:     127.0.0.1:37584 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511007918-507893243.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511007918-507893243.jpg?
INFO:     127.0.0.1:37592 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511036923-47821035.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511036923-47821035.jpg?
INFO:     127.0.0.1:37606 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511151231-414688575.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511151231-414688575.jpg?
INFO:     127.0.0.1:37608 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511162566-138272943.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511162566-138272943.jpg?
INFO:     127.0.0.1:37616 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512413679-835956982.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512413679-835956982.jpg?
INFO:     127.0.0.1:37624 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512529221-881905139.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512529221-881905139.jpg?
INFO:     127.0.0.1:37626 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512560262-30928281.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512560262-30928281.jpg?
INFO:     127.0.0.1:37636 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513906078-95637611.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513906078-95637611.jpg?
INFO:     127.0.0.1:37638 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513959075-816858949.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513959075-816858949.jpg?
INFO:     127.0.0.1:37652 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786514141837-498864755.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786514141837-498864755.jpg?
INFO:     127.0.0.1:37658 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515594241-910563156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515594241-910563156.jpg?
INFO:     127.0.0.1:37668 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515685613-863010105.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515685613-863010105.jpg?
INFO:     127.0.0.1:37674 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516253431-22685595.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516253431-22685595.jpg?
INFO:     127.0.0.1:37686 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516415769-182164219.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516415769-182164219.jpg?
INFO:     127.0.0.1:37694 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520173239-340882086.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520173239-340882086.jpg?
INFO:     127.0.0.1:37706 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520780530-607008957.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520780530-607008957.jpg?
INFO:     127.0.0.1:37718 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786527868629-35798156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786527868629-35798156.jpg?
INFO:     127.0.0.1:37730 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786529687741-554471365.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786529687741-554471365.jpg?
INFO:     127.0.0.1:37746 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530126588-438139242.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530126588-438139242.jpg?
INFO:     127.0.0.1:37754 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530737196-356665513.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530737196-356665513.webp?
INFO:     127.0.0.1:37764 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787289759565-868267698.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787289759565-868267698.jpg?
INFO:     127.0.0.1:37772 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787290823821-547207492.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787290823821-547207492.jpg?
INFO:     127.0.0.1:36142 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509569264-593522509.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509569264-593522509.jpg?
INFO:     127.0.0.1:36150 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509653018-979225567.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509653018-979225567.jpg?
INFO:     127.0.0.1:36154 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510724978-271893673.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510724978-271893673.jpg?
INFO:     127.0.0.1:36156 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510939374-607507145.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510939374-607507145.jpg?
INFO:     127.0.0.1:36158 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511007918-507893243.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511007918-507893243.jpg?
INFO:     127.0.0.1:36160 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511036923-47821035.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511036923-47821035.jpg?
INFO:     127.0.0.1:36170 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511151231-414688575.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511151231-414688575.jpg?
INFO:     127.0.0.1:36186 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511162566-138272943.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511162566-138272943.jpg?
INFO:     127.0.0.1:36200 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512413679-835956982.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512413679-835956982.jpg?
INFO:     127.0.0.1:36208 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512529221-881905139.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512529221-881905139.jpg?
INFO:     127.0.0.1:36210 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512560262-30928281.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512560262-30928281.jpg?
INFO:     127.0.0.1:36214 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513906078-95637611.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513906078-95637611.jpg?
INFO:     127.0.0.1:36230 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513959075-816858949.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513959075-816858949.jpg?
INFO:     127.0.0.1:36236 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786514141837-498864755.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786514141837-498864755.jpg?
INFO:     127.0.0.1:36248 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515594241-910563156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515594241-910563156.jpg?
INFO:     127.0.0.1:36262 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515685613-863010105.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515685613-863010105.jpg?
INFO:     127.0.0.1:36264 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516253431-22685595.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516253431-22685595.jpg?
INFO:     127.0.0.1:36270 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516415769-182164219.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516415769-182164219.jpg?
INFO:     127.0.0.1:36280 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520173239-340882086.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520173239-340882086.jpg?
INFO:     127.0.0.1:36294 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520780530-607008957.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520780530-607008957.jpg?
INFO:     127.0.0.1:36308 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786527868629-35798156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786527868629-35798156.jpg?
INFO:     127.0.0.1:36324 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786529687741-554471365.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786529687741-554471365.jpg?
INFO:     127.0.0.1:36340 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530126588-438139242.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530126588-438139242.jpg?
INFO:     127.0.0.1:36344 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530737196-356665513.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530737196-356665513.webp?
INFO:     127.0.0.1:36352 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787289759565-868267698.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787289759565-868267698.jpg?
INFO:     127.0.0.1:36368 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787290823821-547207492.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787290823821-547207492.jpg?
INFO:     127.0.0.1:60262 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:60262 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509569264-593522509.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509569264-593522509.jpg?
INFO:     127.0.0.1:60264 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509653018-979225567.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509653018-979225567.jpg?
INFO:     127.0.0.1:60268 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510724978-271893673.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510724978-271893673.jpg?
INFO:     127.0.0.1:60280 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510939374-607507145.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510939374-607507145.jpg?
INFO:     127.0.0.1:60290 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511007918-507893243.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511007918-507893243.jpg?
INFO:     127.0.0.1:60306 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511036923-47821035.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511036923-47821035.jpg?
INFO:     127.0.0.1:60310 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511151231-414688575.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511151231-414688575.jpg?
INFO:     127.0.0.1:60320 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511162566-138272943.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511162566-138272943.jpg?
INFO:     127.0.0.1:60326 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:60326 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512413679-835956982.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512413679-835956982.jpg?
INFO:     127.0.0.1:60328 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512529221-881905139.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512529221-881905139.jpg?
INFO:     127.0.0.1:60338 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512560262-30928281.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512560262-30928281.jpg?
INFO:     127.0.0.1:60348 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513906078-95637611.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513906078-95637611.jpg?
INFO:     127.0.0.1:60364 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513959075-816858949.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513959075-816858949.jpg?
INFO:     127.0.0.1:60376 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786514141837-498864755.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786514141837-498864755.jpg?
INFO:     127.0.0.1:60380 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515594241-910563156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515594241-910563156.jpg?
INFO:     127.0.0.1:60384 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515685613-863010105.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515685613-863010105.jpg?
INFO:     127.0.0.1:60392 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516253431-22685595.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516253431-22685595.jpg?
INFO:     127.0.0.1:60404 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516415769-182164219.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516415769-182164219.jpg?
INFO:     127.0.0.1:60412 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520173239-340882086.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520173239-340882086.jpg?
INFO:     127.0.0.1:60422 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520780530-607008957.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520780530-607008957.jpg?
INFO:     127.0.0.1:60434 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786527868629-35798156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786527868629-35798156.jpg?
INFO:     127.0.0.1:60448 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786529687741-554471365.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786529687741-554471365.jpg?
INFO:     127.0.0.1:60460 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530126588-438139242.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530126588-438139242.jpg?
INFO:     127.0.0.1:60470 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530737196-356665513.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530737196-356665513.webp?
INFO:     127.0.0.1:60476 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787289759565-868267698.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787289759565-868267698.jpg?
INFO:     127.0.0.1:60482 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787290823821-547207492.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787290823821-547207492.jpg?
INFO:     127.0.0.1:35916 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:35916 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509569264-593522509.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509569264-593522509.jpg?
INFO:     127.0.0.1:35922 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509653018-979225567.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509653018-979225567.jpg?
INFO:     127.0.0.1:35926 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510724978-271893673.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510724978-271893673.jpg?
INFO:     127.0.0.1:35928 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510939374-607507145.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510939374-607507145.jpg?
INFO:     127.0.0.1:35938 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511007918-507893243.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511007918-507893243.jpg?
INFO:     127.0.0.1:35942 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511036923-47821035.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511036923-47821035.jpg?
INFO:     127.0.0.1:35958 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511151231-414688575.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511151231-414688575.jpg?
INFO:     127.0.0.1:35964 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511162566-138272943.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511162566-138272943.jpg?
INFO:     127.0.0.1:35976 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:35976 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512413679-835956982.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512413679-835956982.jpg?
INFO:     127.0.0.1:35986 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512529221-881905139.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512529221-881905139.jpg?
INFO:     127.0.0.1:35988 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512560262-30928281.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512560262-30928281.jpg?
INFO:     127.0.0.1:36000 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513906078-95637611.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513906078-95637611.jpg?
INFO:     127.0.0.1:36012 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513959075-816858949.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513959075-816858949.jpg?
INFO:     127.0.0.1:36018 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786514141837-498864755.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786514141837-498864755.jpg?
INFO:     127.0.0.1:36032 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515594241-910563156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515594241-910563156.jpg?
INFO:     127.0.0.1:36042 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515685613-863010105.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515685613-863010105.jpg?
INFO:     127.0.0.1:36052 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516253431-22685595.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516253431-22685595.jpg?
INFO:     127.0.0.1:36062 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516415769-182164219.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516415769-182164219.jpg?
INFO:     127.0.0.1:36074 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520173239-340882086.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520173239-340882086.jpg?
INFO:     127.0.0.1:36088 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520780530-607008957.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520780530-607008957.jpg?
INFO:     127.0.0.1:36092 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786527868629-35798156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786527868629-35798156.jpg?
INFO:     127.0.0.1:36108 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786529687741-554471365.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786529687741-554471365.jpg?
INFO:     127.0.0.1:36124 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530126588-438139242.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530126588-438139242.jpg?
INFO:     127.0.0.1:36128 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530737196-356665513.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530737196-356665513.webp?
INFO:     127.0.0.1:36144 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787289759565-868267698.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787289759565-868267698.jpg?
INFO:     127.0.0.1:36150 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787290823821-547207492.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787290823821-547207492.jpg?
INFO:     127.0.0.1:34450 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:34450 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509569264-593522509.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509569264-593522509.jpg?
INFO:     127.0.0.1:34460 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509653018-979225567.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509653018-979225567.jpg?
INFO:     127.0.0.1:34474 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510724978-271893673.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510724978-271893673.jpg?
INFO:     127.0.0.1:34484 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510939374-607507145.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510939374-607507145.jpg?
INFO:     127.0.0.1:34494 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511007918-507893243.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511007918-507893243.jpg?
INFO:     127.0.0.1:34498 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511036923-47821035.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511036923-47821035.jpg?
INFO:     127.0.0.1:34500 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511151231-414688575.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511151231-414688575.jpg?
INFO:     127.0.0.1:34514 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511162566-138272943.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511162566-138272943.jpg?
INFO:     127.0.0.1:34526 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:34526 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512413679-835956982.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512413679-835956982.jpg?
INFO:     127.0.0.1:34538 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512529221-881905139.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512529221-881905139.jpg?
INFO:     127.0.0.1:34546 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512560262-30928281.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512560262-30928281.jpg?
INFO:     127.0.0.1:34550 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513906078-95637611.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513906078-95637611.jpg?
INFO:     127.0.0.1:34552 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513959075-816858949.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513959075-816858949.jpg?
INFO:     127.0.0.1:34554 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786514141837-498864755.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786514141837-498864755.jpg?
INFO:     127.0.0.1:34564 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515594241-910563156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515594241-910563156.jpg?
INFO:     127.0.0.1:34576 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515685613-863010105.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515685613-863010105.jpg?
INFO:     127.0.0.1:34582 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516253431-22685595.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516253431-22685595.jpg?
INFO:     127.0.0.1:34594 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516415769-182164219.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516415769-182164219.jpg?
INFO:     127.0.0.1:34596 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520173239-340882086.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520173239-340882086.jpg?
INFO:     127.0.0.1:34608 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520780530-607008957.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520780530-607008957.jpg?
INFO:     127.0.0.1:34614 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786527868629-35798156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786527868629-35798156.jpg?
INFO:     127.0.0.1:34622 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786529687741-554471365.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786529687741-554471365.jpg?
INFO:     127.0.0.1:34630 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530126588-438139242.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530126588-438139242.jpg?
INFO:     127.0.0.1:34646 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530737196-356665513.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530737196-356665513.webp?
INFO:     127.0.0.1:34658 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787289759565-868267698.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787289759565-868267698.jpg?
INFO:     127.0.0.1:34664 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787290823821-547207492.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787290823821-547207492.jpg?
INFO:     127.0.0.1:48648 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 30, in embed
    img = Image.open(BytesIO(response.content)).convert('RGB')
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/PIL/Image.py", line 3715, in open
    raise UnidentifiedImageError(msg)
PIL.UnidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x7fc5581ae5c0>
INFO:     127.0.0.1:54942 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 30, in embed
    img = Image.open(BytesIO(response.content)).convert('RGB')
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/PIL/Image.py", line 3715, in open
    raise UnidentifiedImageError(msg)
PIL.UnidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x7fc558a26d90>
INFO:     127.0.0.1:54976 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:54952 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:54956 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:54960 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:54984 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509569264-593522509.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509569264-593522509.jpg?
INFO:     127.0.0.1:54974 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787545458136-189824813.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787545458136-189824813.jpg?
INFO:     127.0.0.1:54990 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509653018-979225567.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509653018-979225567.jpg?
INFO:     127.0.0.1:55006 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510724978-271893673.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510724978-271893673.jpg?
INFO:     127.0.0.1:55020 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510939374-607507145.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510939374-607507145.jpg?
INFO:     127.0.0.1:55026 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511007918-507893243.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511007918-507893243.jpg?
INFO:     127.0.0.1:55036 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511036923-47821035.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511036923-47821035.jpg?
INFO:     127.0.0.1:55040 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511151231-414688575.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511151231-414688575.jpg?
INFO:     127.0.0.1:55048 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511162566-138272943.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511162566-138272943.jpg?
INFO:     127.0.0.1:55064 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512413679-835956982.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512413679-835956982.jpg?
INFO:     127.0.0.1:55066 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512529221-881905139.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512529221-881905139.jpg?
INFO:     127.0.0.1:55076 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512560262-30928281.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512560262-30928281.jpg?
INFO:     127.0.0.1:55086 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513906078-95637611.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513906078-95637611.jpg?
INFO:     127.0.0.1:55094 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513959075-816858949.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513959075-816858949.jpg?
INFO:     127.0.0.1:55110 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786514141837-498864755.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786514141837-498864755.jpg?
INFO:     127.0.0.1:55114 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515594241-910563156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515594241-910563156.jpg?
INFO:     127.0.0.1:55118 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515685613-863010105.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515685613-863010105.jpg?
INFO:     127.0.0.1:55128 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516253431-22685595.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516253431-22685595.jpg?
INFO:     127.0.0.1:55132 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516415769-182164219.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516415769-182164219.jpg?
INFO:     127.0.0.1:55138 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520173239-340882086.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520173239-340882086.jpg?
INFO:     127.0.0.1:55152 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520780530-607008957.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520780530-607008957.jpg?
INFO:     127.0.0.1:55162 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786527868629-35798156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786527868629-35798156.jpg?
INFO:     127.0.0.1:55164 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786529687741-554471365.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786529687741-554471365.jpg?
INFO:     127.0.0.1:55172 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530126588-438139242.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530126588-438139242.jpg?
INFO:     127.0.0.1:55176 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530737196-356665513.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530737196-356665513.webp?
INFO:     127.0.0.1:55188 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787289759565-868267698.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787289759565-868267698.jpg?
INFO:     127.0.0.1:55198 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787290823821-547207492.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787290823821-547207492.jpg?
INFO:     127.0.0.1:55212 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787545458136-189824813.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787545458136-189824813.jpg?
INFO:     127.0.0.1:55218 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:55232 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:55234 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:55236 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:55250 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509569264-593522509.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509569264-593522509.jpg?
INFO:     127.0.0.1:55266 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509653018-979225567.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509653018-979225567.jpg?
INFO:     127.0.0.1:55276 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510724978-271893673.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510724978-271893673.jpg?
INFO:     127.0.0.1:55288 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510939374-607507145.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510939374-607507145.jpg?
INFO:     127.0.0.1:55298 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511007918-507893243.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511007918-507893243.jpg?
INFO:     127.0.0.1:55306 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511036923-47821035.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511036923-47821035.jpg?
INFO:     127.0.0.1:55318 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511151231-414688575.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511151231-414688575.jpg?
INFO:     127.0.0.1:55328 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511162566-138272943.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511162566-138272943.jpg?
INFO:     127.0.0.1:55340 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512413679-835956982.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512413679-835956982.jpg?
INFO:     127.0.0.1:55352 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512529221-881905139.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512529221-881905139.jpg?
INFO:     127.0.0.1:55354 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512560262-30928281.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512560262-30928281.jpg?
INFO:     127.0.0.1:55356 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513906078-95637611.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513906078-95637611.jpg?
INFO:     127.0.0.1:55358 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513959075-816858949.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513959075-816858949.jpg?
INFO:     127.0.0.1:55364 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786514141837-498864755.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786514141837-498864755.jpg?
INFO:     127.0.0.1:55374 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515594241-910563156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515594241-910563156.jpg?
INFO:     127.0.0.1:55384 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515685613-863010105.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515685613-863010105.jpg?
INFO:     127.0.0.1:55394 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516253431-22685595.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516253431-22685595.jpg?
INFO:     127.0.0.1:55396 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516415769-182164219.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516415769-182164219.jpg?
INFO:     127.0.0.1:55402 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520173239-340882086.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520173239-340882086.jpg?
INFO:     127.0.0.1:55412 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520780530-607008957.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520780530-607008957.jpg?
INFO:     127.0.0.1:55422 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786527868629-35798156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786527868629-35798156.jpg?
INFO:     127.0.0.1:55438 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786529687741-554471365.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786529687741-554471365.jpg?
INFO:     127.0.0.1:55440 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530126588-438139242.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530126588-438139242.jpg?
INFO:     127.0.0.1:55446 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530737196-356665513.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530737196-356665513.webp?
INFO:     127.0.0.1:55460 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787289759565-868267698.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787289759565-868267698.jpg?
INFO:     127.0.0.1:55468 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787290823821-547207492.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787290823821-547207492.jpg?
INFO:     127.0.0.1:60568 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511036923-47821035.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511036923-47821035.jpg?
INFO:     127.0.0.1:58414 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:58412 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:58442 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:58398 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787545458136-189824813.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787545458136-189824813.jpg?
INFO:     127.0.0.1:58430 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787550169970-203749463.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787550169970-203749463.jpg?
INFO:     127.0.0.1:58420 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:58458 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509569264-593522509.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509569264-593522509.jpg?
INFO:     127.0.0.1:58474 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509653018-979225567.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509653018-979225567.jpg?
INFO:     127.0.0.1:58476 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510724978-271893673.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510724978-271893673.jpg?
INFO:     127.0.0.1:58480 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510939374-607507145.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510939374-607507145.jpg?
INFO:     127.0.0.1:58494 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511007918-507893243.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511007918-507893243.jpg?
INFO:     127.0.0.1:58504 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511036923-47821035.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511036923-47821035.jpg?
INFO:     127.0.0.1:58510 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511151231-414688575.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511151231-414688575.jpg?
INFO:     127.0.0.1:58526 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511162566-138272943.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511162566-138272943.jpg?
INFO:     127.0.0.1:58528 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512413679-835956982.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512413679-835956982.jpg?
INFO:     127.0.0.1:58544 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512529221-881905139.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512529221-881905139.jpg?
INFO:     127.0.0.1:58548 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512560262-30928281.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512560262-30928281.jpg?
INFO:     127.0.0.1:58556 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513906078-95637611.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513906078-95637611.jpg?
INFO:     127.0.0.1:58570 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513959075-816858949.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513959075-816858949.jpg?
INFO:     127.0.0.1:58572 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786514141837-498864755.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786514141837-498864755.jpg?
INFO:     127.0.0.1:58576 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515594241-910563156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515594241-910563156.jpg?
INFO:     127.0.0.1:58590 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515685613-863010105.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515685613-863010105.jpg?
INFO:     127.0.0.1:58594 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516253431-22685595.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516253431-22685595.jpg?
INFO:     127.0.0.1:58596 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516415769-182164219.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516415769-182164219.jpg?
INFO:     127.0.0.1:58600 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520173239-340882086.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520173239-340882086.jpg?
INFO:     127.0.0.1:58608 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520780530-607008957.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520780530-607008957.jpg?
INFO:     127.0.0.1:58612 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786527868629-35798156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786527868629-35798156.jpg?
INFO:     127.0.0.1:58626 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786529687741-554471365.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786529687741-554471365.jpg?
INFO:     127.0.0.1:58640 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530126588-438139242.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530126588-438139242.jpg?
INFO:     127.0.0.1:58648 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530737196-356665513.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530737196-356665513.webp?
INFO:     127.0.0.1:58658 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787289759565-868267698.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787289759565-868267698.jpg?
INFO:     127.0.0.1:58670 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787290823821-547207492.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787290823821-547207492.jpg?
INFO:     127.0.0.1:58686 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787550169970-203749463.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787550169970-203749463.jpg?
INFO:     127.0.0.1:58700 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787545458136-189824813.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787545458136-189824813.jpg?
INFO:     127.0.0.1:58702 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:58710 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:58718 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:58730 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:58732 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509569264-593522509.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509569264-593522509.jpg?
INFO:     127.0.0.1:58740 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509653018-979225567.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509653018-979225567.jpg?
INFO:     127.0.0.1:58746 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510724978-271893673.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510724978-271893673.jpg?
INFO:     127.0.0.1:58750 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510939374-607507145.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510939374-607507145.jpg?
INFO:     127.0.0.1:58766 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511007918-507893243.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511007918-507893243.jpg?
INFO:     127.0.0.1:58772 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511036923-47821035.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511036923-47821035.jpg?
INFO:     127.0.0.1:58784 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511151231-414688575.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511151231-414688575.jpg?
INFO:     127.0.0.1:58790 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511162566-138272943.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511162566-138272943.jpg?
INFO:     127.0.0.1:58798 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512413679-835956982.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512413679-835956982.jpg?
INFO:     127.0.0.1:58804 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512529221-881905139.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512529221-881905139.jpg?
INFO:     127.0.0.1:58816 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512560262-30928281.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512560262-30928281.jpg?
INFO:     127.0.0.1:58828 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513906078-95637611.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513906078-95637611.jpg?
INFO:     127.0.0.1:58832 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513959075-816858949.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513959075-816858949.jpg?
INFO:     127.0.0.1:58836 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786514141837-498864755.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786514141837-498864755.jpg?
INFO:     127.0.0.1:58844 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515594241-910563156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515594241-910563156.jpg?
INFO:     127.0.0.1:58846 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515685613-863010105.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515685613-863010105.jpg?
INFO:     127.0.0.1:58860 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516253431-22685595.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516253431-22685595.jpg?
INFO:     127.0.0.1:58862 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516415769-182164219.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516415769-182164219.jpg?
INFO:     127.0.0.1:58874 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520173239-340882086.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520173239-340882086.jpg?
INFO:     127.0.0.1:58888 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520780530-607008957.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520780530-607008957.jpg?
INFO:     127.0.0.1:58902 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786527868629-35798156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786527868629-35798156.jpg?
INFO:     127.0.0.1:58908 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786529687741-554471365.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786529687741-554471365.jpg?
INFO:     127.0.0.1:58916 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530126588-438139242.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530126588-438139242.jpg?
INFO:     127.0.0.1:58928 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530737196-356665513.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530737196-356665513.webp?
INFO:     127.0.0.1:58940 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787289759565-868267698.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787289759565-868267698.jpg?
INFO:     127.0.0.1:58942 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787290823821-547207492.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787290823821-547207492.jpg?
INFO:     127.0.0.1:35284 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787550169970-203749463.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787550169970-203749463.jpg?
INFO:     127.0.0.1:35308 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:35310 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509569264-593522509.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509569264-593522509.jpg?
INFO:     127.0.0.1:35280 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:35282 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:35298 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:35312 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509653018-979225567.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509653018-979225567.jpg?
INFO:     127.0.0.1:35320 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510724978-271893673.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510724978-271893673.jpg?
INFO:     127.0.0.1:35324 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510939374-607507145.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510939374-607507145.jpg?
INFO:     127.0.0.1:35328 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511007918-507893243.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511007918-507893243.jpg?
INFO:     127.0.0.1:35338 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511036923-47821035.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511036923-47821035.jpg?
INFO:     127.0.0.1:35346 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511151231-414688575.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511151231-414688575.jpg?
INFO:     127.0.0.1:35356 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511162566-138272943.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511162566-138272943.jpg?
INFO:     127.0.0.1:35368 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512413679-835956982.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512413679-835956982.jpg?
INFO:     127.0.0.1:35380 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512529221-881905139.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512529221-881905139.jpg?
INFO:     127.0.0.1:35390 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512560262-30928281.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512560262-30928281.jpg?
INFO:     127.0.0.1:35402 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513906078-95637611.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513906078-95637611.jpg?
INFO:     127.0.0.1:35412 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513959075-816858949.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513959075-816858949.jpg?
INFO:     127.0.0.1:35426 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786514141837-498864755.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786514141837-498864755.jpg?
INFO:     127.0.0.1:35434 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515594241-910563156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515594241-910563156.jpg?
INFO:     127.0.0.1:35444 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515685613-863010105.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515685613-863010105.jpg?
INFO:     127.0.0.1:35446 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516253431-22685595.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516253431-22685595.jpg?
INFO:     127.0.0.1:35452 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516415769-182164219.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516415769-182164219.jpg?
INFO:     127.0.0.1:35466 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520173239-340882086.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520173239-340882086.jpg?
INFO:     127.0.0.1:35482 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520780530-607008957.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520780530-607008957.jpg?
INFO:     127.0.0.1:35484 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786527868629-35798156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786527868629-35798156.jpg?
INFO:     127.0.0.1:35500 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786529687741-554471365.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786529687741-554471365.jpg?
INFO:     127.0.0.1:35508 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530126588-438139242.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530126588-438139242.jpg?
INFO:     127.0.0.1:35522 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530737196-356665513.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530737196-356665513.webp?
INFO:     127.0.0.1:35532 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787289759565-868267698.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787289759565-868267698.jpg?
INFO:     127.0.0.1:35534 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787290823821-547207492.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787290823821-547207492.jpg?
INFO:     127.0.0.1:35544 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787550169970-203749463.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787550169970-203749463.jpg?
INFO:     127.0.0.1:35554 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:35566 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:35568 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:35578 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:35592 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509569264-593522509.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509569264-593522509.jpg?
INFO:     127.0.0.1:35604 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509653018-979225567.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509653018-979225567.jpg?
INFO:     127.0.0.1:35612 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510724978-271893673.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510724978-271893673.jpg?
INFO:     127.0.0.1:35620 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510939374-607507145.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510939374-607507145.jpg?
INFO:     127.0.0.1:35626 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511007918-507893243.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511007918-507893243.jpg?
INFO:     127.0.0.1:35638 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511036923-47821035.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511036923-47821035.jpg?
INFO:     127.0.0.1:35642 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511151231-414688575.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511151231-414688575.jpg?
INFO:     127.0.0.1:35658 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511162566-138272943.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511162566-138272943.jpg?
INFO:     127.0.0.1:35660 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512413679-835956982.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512413679-835956982.jpg?
INFO:     127.0.0.1:35666 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512529221-881905139.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512529221-881905139.jpg?
INFO:     127.0.0.1:35680 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512560262-30928281.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512560262-30928281.jpg?
INFO:     127.0.0.1:35688 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513906078-95637611.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513906078-95637611.jpg?
INFO:     127.0.0.1:35704 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513959075-816858949.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513959075-816858949.jpg?
INFO:     127.0.0.1:35720 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786514141837-498864755.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786514141837-498864755.jpg?
INFO:     127.0.0.1:35728 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515594241-910563156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515594241-910563156.jpg?
INFO:     127.0.0.1:35734 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515685613-863010105.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515685613-863010105.jpg?
INFO:     127.0.0.1:35744 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516253431-22685595.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516253431-22685595.jpg?
INFO:     127.0.0.1:35760 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516415769-182164219.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516415769-182164219.jpg?
INFO:     127.0.0.1:35770 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520173239-340882086.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520173239-340882086.jpg?
INFO:     127.0.0.1:35786 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520780530-607008957.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520780530-607008957.jpg?
INFO:     127.0.0.1:35792 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786527868629-35798156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786527868629-35798156.jpg?
INFO:     127.0.0.1:35806 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786529687741-554471365.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786529687741-554471365.jpg?
INFO:     127.0.0.1:35818 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530126588-438139242.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530126588-438139242.jpg?
INFO:     127.0.0.1:35820 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530737196-356665513.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530737196-356665513.webp?
INFO:     127.0.0.1:35822 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787289759565-868267698.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787289759565-868267698.jpg?
INFO:     127.0.0.1:35836 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787290823821-547207492.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787290823821-547207492.jpg?
INFO:     127.0.0.1:47076 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:47068 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:47066 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:47084 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:47096 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509569264-593522509.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509569264-593522509.jpg?
INFO:     127.0.0.1:47062 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787550169970-203749463.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787550169970-203749463.jpg?
INFO:     127.0.0.1:47108 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509653018-979225567.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509653018-979225567.jpg?
INFO:     127.0.0.1:47122 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510724978-271893673.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510724978-271893673.jpg?
INFO:     127.0.0.1:47134 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510939374-607507145.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510939374-607507145.jpg?
INFO:     127.0.0.1:47144 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511007918-507893243.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511007918-507893243.jpg?
INFO:     127.0.0.1:47156 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511036923-47821035.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511036923-47821035.jpg?
INFO:     127.0.0.1:47168 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511151231-414688575.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511151231-414688575.jpg?
INFO:     127.0.0.1:47182 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511162566-138272943.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511162566-138272943.jpg?
INFO:     127.0.0.1:47188 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512413679-835956982.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512413679-835956982.jpg?
INFO:     127.0.0.1:47198 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512529221-881905139.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512529221-881905139.jpg?
INFO:     127.0.0.1:47210 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512560262-30928281.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512560262-30928281.jpg?
INFO:     127.0.0.1:47226 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513906078-95637611.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513906078-95637611.jpg?
INFO:     127.0.0.1:47230 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513959075-816858949.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513959075-816858949.jpg?
INFO:     127.0.0.1:47232 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786514141837-498864755.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786514141837-498864755.jpg?
INFO:     127.0.0.1:47240 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515594241-910563156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515594241-910563156.jpg?
INFO:     127.0.0.1:47254 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515685613-863010105.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515685613-863010105.jpg?
INFO:     127.0.0.1:47262 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516253431-22685595.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516253431-22685595.jpg?
INFO:     127.0.0.1:47268 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516415769-182164219.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516415769-182164219.jpg?
INFO:     127.0.0.1:47278 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520173239-340882086.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520173239-340882086.jpg?
INFO:     127.0.0.1:47292 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520780530-607008957.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520780530-607008957.jpg?
INFO:     127.0.0.1:47296 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786527868629-35798156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786527868629-35798156.jpg?
INFO:     127.0.0.1:47304 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786529687741-554471365.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786529687741-554471365.jpg?
INFO:     127.0.0.1:47308 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530126588-438139242.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530126588-438139242.jpg?
INFO:     127.0.0.1:47320 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530737196-356665513.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530737196-356665513.webp?
INFO:     127.0.0.1:47326 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787289759565-868267698.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787289759565-868267698.jpg?
INFO:     127.0.0.1:47342 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787290823821-547207492.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787290823821-547207492.jpg?
INFO:     127.0.0.1:47352 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787550169970-203749463.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787550169970-203749463.jpg?
INFO:     127.0.0.1:47360 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:47368 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:47376 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:47380 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:47388 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509569264-593522509.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509569264-593522509.jpg?
INFO:     127.0.0.1:47392 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509653018-979225567.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509653018-979225567.jpg?
INFO:     127.0.0.1:47400 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510724978-271893673.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510724978-271893673.jpg?
INFO:     127.0.0.1:47412 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510939374-607507145.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510939374-607507145.jpg?
INFO:     127.0.0.1:47418 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511007918-507893243.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511007918-507893243.jpg?
INFO:     127.0.0.1:47432 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511036923-47821035.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511036923-47821035.jpg?
INFO:     127.0.0.1:47434 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511151231-414688575.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511151231-414688575.jpg?
INFO:     127.0.0.1:47450 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511162566-138272943.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511162566-138272943.jpg?
INFO:     127.0.0.1:47460 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512413679-835956982.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512413679-835956982.jpg?
INFO:     127.0.0.1:47468 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512529221-881905139.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512529221-881905139.jpg?
INFO:     127.0.0.1:47482 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512560262-30928281.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512560262-30928281.jpg?
INFO:     127.0.0.1:47494 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513906078-95637611.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513906078-95637611.jpg?
INFO:     127.0.0.1:47496 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513959075-816858949.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513959075-816858949.jpg?
INFO:     127.0.0.1:47512 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786514141837-498864755.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786514141837-498864755.jpg?
INFO:     127.0.0.1:47526 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515594241-910563156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515594241-910563156.jpg?
INFO:     127.0.0.1:47536 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515685613-863010105.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515685613-863010105.jpg?
INFO:     127.0.0.1:47552 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516253431-22685595.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516253431-22685595.jpg?
INFO:     127.0.0.1:47562 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516415769-182164219.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516415769-182164219.jpg?
INFO:     127.0.0.1:47564 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520173239-340882086.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520173239-340882086.jpg?
INFO:     127.0.0.1:47568 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520780530-607008957.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520780530-607008957.jpg?
INFO:     127.0.0.1:47584 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786527868629-35798156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786527868629-35798156.jpg?
INFO:     127.0.0.1:47588 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786529687741-554471365.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786529687741-554471365.jpg?
INFO:     127.0.0.1:47604 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530126588-438139242.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530126588-438139242.jpg?
INFO:     127.0.0.1:47606 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530737196-356665513.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530737196-356665513.webp?
INFO:     127.0.0.1:47618 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787289759565-868267698.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787289759565-868267698.jpg?
INFO:     127.0.0.1:47620 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787290823821-547207492.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787290823821-547207492.jpg?
INFO:     127.0.0.1:37766 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:37784 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:37780 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:37792 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509569264-593522509.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509569264-593522509.jpg?
INFO:     127.0.0.1:37742 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787550169970-203749463.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787550169970-203749463.jpg?
INFO:     127.0.0.1:37750 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:37800 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509653018-979225567.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509653018-979225567.jpg?
INFO:     127.0.0.1:37806 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510724978-271893673.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510724978-271893673.jpg?
INFO:     127.0.0.1:37816 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510939374-607507145.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510939374-607507145.jpg?
INFO:     127.0.0.1:37824 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511007918-507893243.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511007918-507893243.jpg?
INFO:     127.0.0.1:37832 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511036923-47821035.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511036923-47821035.jpg?
INFO:     127.0.0.1:37844 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511151231-414688575.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511151231-414688575.jpg?
INFO:     127.0.0.1:37856 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511162566-138272943.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511162566-138272943.jpg?
INFO:     127.0.0.1:37858 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512413679-835956982.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512413679-835956982.jpg?
INFO:     127.0.0.1:37866 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512529221-881905139.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512529221-881905139.jpg?
INFO:     127.0.0.1:37882 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512560262-30928281.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512560262-30928281.jpg?
INFO:     127.0.0.1:37884 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513906078-95637611.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513906078-95637611.jpg?
INFO:     127.0.0.1:37900 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513959075-816858949.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513959075-816858949.jpg?
INFO:     127.0.0.1:37916 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786514141837-498864755.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786514141837-498864755.jpg?
INFO:     127.0.0.1:37924 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515594241-910563156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515594241-910563156.jpg?
INFO:     127.0.0.1:37934 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515685613-863010105.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515685613-863010105.jpg?
INFO:     127.0.0.1:37938 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516253431-22685595.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516253431-22685595.jpg?
INFO:     127.0.0.1:37940 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516415769-182164219.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516415769-182164219.jpg?
INFO:     127.0.0.1:37954 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520173239-340882086.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520173239-340882086.jpg?
INFO:     127.0.0.1:37966 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520780530-607008957.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520780530-607008957.jpg?
INFO:     127.0.0.1:37978 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786527868629-35798156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786527868629-35798156.jpg?
INFO:     127.0.0.1:37986 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786529687741-554471365.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786529687741-554471365.jpg?
INFO:     127.0.0.1:37998 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530126588-438139242.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530126588-438139242.jpg?
INFO:     127.0.0.1:38014 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530737196-356665513.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530737196-356665513.webp?
INFO:     127.0.0.1:38018 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787289759565-868267698.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787289759565-868267698.jpg?
INFO:     127.0.0.1:38030 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787290823821-547207492.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787290823821-547207492.jpg?
INFO:     127.0.0.1:38038 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787550169970-203749463.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787550169970-203749463.jpg?
INFO:     127.0.0.1:38040 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:38050 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:38062 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:38074 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:38078 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509569264-593522509.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509569264-593522509.jpg?
INFO:     127.0.0.1:38080 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509653018-979225567.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509653018-979225567.jpg?
INFO:     127.0.0.1:38082 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510724978-271893673.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510724978-271893673.jpg?
INFO:     127.0.0.1:38098 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510939374-607507145.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510939374-607507145.jpg?
INFO:     127.0.0.1:38100 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511007918-507893243.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511007918-507893243.jpg?
INFO:     127.0.0.1:38108 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511036923-47821035.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511036923-47821035.jpg?
INFO:     127.0.0.1:38110 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511151231-414688575.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511151231-414688575.jpg?
INFO:     127.0.0.1:38112 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511162566-138272943.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511162566-138272943.jpg?
INFO:     127.0.0.1:38114 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512413679-835956982.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512413679-835956982.jpg?
INFO:     127.0.0.1:38118 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512529221-881905139.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512529221-881905139.jpg?
INFO:     127.0.0.1:38128 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512560262-30928281.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512560262-30928281.jpg?
INFO:     127.0.0.1:38134 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513906078-95637611.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513906078-95637611.jpg?
INFO:     127.0.0.1:38146 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513959075-816858949.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513959075-816858949.jpg?
INFO:     127.0.0.1:38148 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786514141837-498864755.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786514141837-498864755.jpg?
INFO:     127.0.0.1:38158 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515594241-910563156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515594241-910563156.jpg?
INFO:     127.0.0.1:38162 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515685613-863010105.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515685613-863010105.jpg?
INFO:     127.0.0.1:38170 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516253431-22685595.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516253431-22685595.jpg?
INFO:     127.0.0.1:38184 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516415769-182164219.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516415769-182164219.jpg?
INFO:     127.0.0.1:38186 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520173239-340882086.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520173239-340882086.jpg?
INFO:     127.0.0.1:38196 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520780530-607008957.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520780530-607008957.jpg?
INFO:     127.0.0.1:38206 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786527868629-35798156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786527868629-35798156.jpg?
INFO:     127.0.0.1:38218 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786529687741-554471365.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786529687741-554471365.jpg?
INFO:     127.0.0.1:38222 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530126588-438139242.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530126588-438139242.jpg?
INFO:     127.0.0.1:38228 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530737196-356665513.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530737196-356665513.webp?
INFO:     127.0.0.1:38242 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787289759565-868267698.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787289759565-868267698.jpg?
INFO:     127.0.0.1:38250 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787290823821-547207492.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787290823821-547207492.jpg?
INFO:     127.0.0.1:40112 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:40064 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:40084 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:40080 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:40056 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787550857001-454270476.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787550857001-454270476.jpg?
INFO:     127.0.0.1:40114 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509569264-593522509.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509569264-593522509.jpg?
INFO:     127.0.0.1:40100 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787550169970-203749463.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787550169970-203749463.jpg?
INFO:     127.0.0.1:40128 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509653018-979225567.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509653018-979225567.jpg?
INFO:     127.0.0.1:40138 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510724978-271893673.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510724978-271893673.jpg?
INFO:     127.0.0.1:40154 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510939374-607507145.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510939374-607507145.jpg?
INFO:     127.0.0.1:40158 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511007918-507893243.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511007918-507893243.jpg?
INFO:     127.0.0.1:40172 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511036923-47821035.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511036923-47821035.jpg?
INFO:     127.0.0.1:40176 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511151231-414688575.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511151231-414688575.jpg?
INFO:     127.0.0.1:40188 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511162566-138272943.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511162566-138272943.jpg?
INFO:     127.0.0.1:40196 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512413679-835956982.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512413679-835956982.jpg?
INFO:     127.0.0.1:40212 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512529221-881905139.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512529221-881905139.jpg?
INFO:     127.0.0.1:40218 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512560262-30928281.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512560262-30928281.jpg?
INFO:     127.0.0.1:40232 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513906078-95637611.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513906078-95637611.jpg?
INFO:     127.0.0.1:40242 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513959075-816858949.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513959075-816858949.jpg?
INFO:     127.0.0.1:40248 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786514141837-498864755.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786514141837-498864755.jpg?
INFO:     127.0.0.1:40258 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515594241-910563156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515594241-910563156.jpg?
INFO:     127.0.0.1:40266 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515685613-863010105.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515685613-863010105.jpg?
INFO:     127.0.0.1:40270 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516253431-22685595.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516253431-22685595.jpg?
INFO:     127.0.0.1:40286 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516415769-182164219.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516415769-182164219.jpg?
INFO:     127.0.0.1:40300 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520173239-340882086.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520173239-340882086.jpg?
INFO:     127.0.0.1:40306 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520780530-607008957.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520780530-607008957.jpg?
INFO:     127.0.0.1:40310 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786527868629-35798156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786527868629-35798156.jpg?
INFO:     127.0.0.1:40314 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786529687741-554471365.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786529687741-554471365.jpg?
INFO:     127.0.0.1:40320 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530126588-438139242.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530126588-438139242.jpg?
INFO:     127.0.0.1:40336 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530737196-356665513.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530737196-356665513.webp?
INFO:     127.0.0.1:40340 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787289759565-868267698.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787289759565-868267698.jpg?
INFO:     127.0.0.1:40348 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787290823821-547207492.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787290823821-547207492.jpg?
INFO:     127.0.0.1:40350 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787550857001-454270476.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787550857001-454270476.jpg?
INFO:     127.0.0.1:41188 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787550169970-203749463.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787550169970-203749463.jpg?
INFO:     127.0.0.1:41200 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787317021505-433208503.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787317021505-433208503.jpg?
INFO:     127.0.0.1:41210 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316874134-820214441.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316874134-820214441.png?
INFO:     127.0.0.1:41224 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787316099916-307271616.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787316099916-307271616.png?
INFO:     127.0.0.1:41234 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787307867059-371661321.png': No scheme supplied. Perhaps you meant https://uploads/postimg/1787307867059-371661321.png?
INFO:     127.0.0.1:41238 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509569264-593522509.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509569264-593522509.jpg?
INFO:     127.0.0.1:41250 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786509653018-979225567.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786509653018-979225567.jpg?
INFO:     127.0.0.1:41256 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510724978-271893673.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510724978-271893673.jpg?
INFO:     127.0.0.1:41264 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786510939374-607507145.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786510939374-607507145.jpg?
INFO:     127.0.0.1:41268 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511007918-507893243.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511007918-507893243.jpg?
INFO:     127.0.0.1:41270 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511036923-47821035.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511036923-47821035.jpg?
INFO:     127.0.0.1:41276 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511151231-414688575.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511151231-414688575.jpg?
INFO:     127.0.0.1:41292 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511162566-138272943.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511162566-138272943.jpg?
INFO:     127.0.0.1:41302 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512413679-835956982.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512413679-835956982.jpg?
INFO:     127.0.0.1:41312 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512529221-881905139.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512529221-881905139.jpg?
INFO:     127.0.0.1:41318 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786512560262-30928281.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786512560262-30928281.jpg?
INFO:     127.0.0.1:41330 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513906078-95637611.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513906078-95637611.jpg?
INFO:     127.0.0.1:41342 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786513959075-816858949.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786513959075-816858949.jpg?
INFO:     127.0.0.1:41358 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786514141837-498864755.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786514141837-498864755.jpg?
INFO:     127.0.0.1:41364 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515594241-910563156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515594241-910563156.jpg?
INFO:     127.0.0.1:41374 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786515685613-863010105.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786515685613-863010105.jpg?
INFO:     127.0.0.1:41386 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516253431-22685595.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516253431-22685595.jpg?
INFO:     127.0.0.1:41394 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786516415769-182164219.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786516415769-182164219.jpg?
INFO:     127.0.0.1:41406 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520173239-340882086.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520173239-340882086.jpg?
INFO:     127.0.0.1:41422 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786520780530-607008957.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786520780530-607008957.jpg?
INFO:     127.0.0.1:41432 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786527868629-35798156.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786527868629-35798156.jpg?
INFO:     127.0.0.1:41442 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786529687741-554471365.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786529687741-554471365.jpg?
INFO:     127.0.0.1:41444 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530126588-438139242.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530126588-438139242.jpg?
INFO:     127.0.0.1:41448 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786530737196-356665513.webp': No scheme supplied. Perhaps you meant https://uploads/postimg/1786530737196-356665513.webp?
INFO:     127.0.0.1:41454 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787289759565-868267698.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787289759565-868267698.jpg?
INFO:     127.0.0.1:41464 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1787290823821-547207492.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1787290823821-547207492.jpg?
INFO:     127.0.0.1:47886 - "POST /embed HTTP/1.1" 500 Internal Server Error
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 416, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in __call__
    return await self.app(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/applications.py", line 1163, in __call__
    await super().__call__(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 2734, in app
    await route.handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 1281, in handle
    await super().handle(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
    await self.app(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 158, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 144, in app
    response = await f(request)
               ^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 706, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/fastapi/routing.py", line 354, in run_endpoint_function
    return await run_in_threadpool(dependant.call, **values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool
    return await anyio.to_thread.run_sync(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 65, in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2641, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1033, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/main.py", line 29, in embed
    response = requests.get(req.image_url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 87, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/api.py", line 71, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 635, in request
    prep = self.prepare_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/sessions.py", line 541, in prepare_request
    p.prepare(
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 439, in prepare
    self.prepare_url(url, params)
  File "/home/skyraantech/public_html/lost-and-found.skyraantech.com/ai_model/venv/lib/python3.11/site-packages/requests/models.py", line 514, in prepare_url
    raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'uploads/postimg/1786511036923-47821035.jpg': No scheme supplied. Perhaps you meant https://uploads/postimg/1786511036923-47821035.jpg?
INFO:     127.0.0.1:46970 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50128 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:47376 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:47376 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50996 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50984 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50976 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50996 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50984 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50976 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50984 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50996 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50984 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50976 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50996 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50984 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50976 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50984 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50996 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50984 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50976 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50996 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50984 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50976 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50996 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50976 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50984 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50996 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50976 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50962 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50958 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50942 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:39306 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:40826 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:40814 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:40808 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:40818 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:57440 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:56268 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:56274 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:40908 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:40918 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:40920 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:40936 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:46572 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:53916 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:53882 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:53912 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:53898 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:52972 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:52988 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:52980 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:52968 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:52736 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:37378 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:37364 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:37356 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:37390 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:37360 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:55480 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:55486 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:55452 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:55488 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:55466 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:34602 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:34628 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:34618 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:34614 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:34610 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:53648 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:60206 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:54444 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:58480 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:56866 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:56730 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:39746 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:57790 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:49426 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:54344 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:39928 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:43546 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:38126 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:41822 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50866 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50872 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:41986 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:56732 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:56706 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:56716 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:55490 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:41950 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:39450 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:35132 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:40622 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:56056 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:60196 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:33026 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:44156 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:36490 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:60466 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:57206 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:57214 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:50352 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:35670 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:35694 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:35684 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:43866 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:43866 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:59772 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:33638 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:35004 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:60144 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:60158 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:35750 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:35750 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:52370 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:55206 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:55206 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:48898 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:48884 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:48884 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:39596 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:42286 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:42276 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:45602 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:37518 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:37508 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:44738 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:53466 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:52246 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:46580 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:46580 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:41294 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:41308 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:41306 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:45666 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:45666 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:44696 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:44704 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:33004 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:33020 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:37682 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:35686 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:59034 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:36124 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:54744 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:43610 - "POST /embed HTTP/1.1" 200 OK
INFO:     127.0.0.1:38576 - "POST /embed HTTP/1.1" 200 OK
